home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SGI Hot Mix 17
/
Hot Mix 17.iso
/
HM17_SGI
/
research
/
lib
/
obsolete
/
xmanagertool.pro
< prev
next >
Wrap
Text File
|
1997-07-08
|
628b
|
28 lines
; $Id: xmanagertool.pro,v 1.2 1997/01/15 04:02:19 ali Exp $
;
; Copyright (c) 1992-1997, Research Systems, Inc. All rights reserved.
; Unauthorized reproduction prohibited.
pro XManagerTool, GROUP = GROUP
;+NODOCUMENT
;+
; NAME:
; XManagerTool
;
; PURPOSE:
; The XmanagerTool procedure has been renamed XMTool for
; compatibility with operating systems with short filenames
; (i.e. MS DOS). XManagerTool remains as a wrapper that calls
; the new version. See the documentation of XMTool for information.
;
; CATEGORY:
; Widget Management.
;
; MODIFICATION HISTORY:
; TC, 20 December 1992
;-
XMTOOL, GROUP = GROUP
end